home *** CD-ROM | disk | FTP | other *** search
/ Champak 86 / (Vol 86) My Disc.iso / Games / salaodebeleza_229.swf / scripts / DefineSprite_3539 / frame_8 / DoAction.as < prev   
Text File  |  2009-04-21  |  113b  |  9 lines

  1. stop();
  2. var i = 0;
  3. while(i < 12)
  4. {
  5.    var tmp = "stickers_" + i;
  6.    this[tmp]._visible = true;
  7.    i++;
  8. }
  9.